home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club 2000 October
/
Software of the Month - Ultimate Collection Shareware 277.iso
/
pc
/
PROGRAMS
/
UTILITY
/
WINLINUX
/
DATA1.CAB
/
usr_-_Usr_Files
/
BIN
/
CPP
< prev
next >
Wrap
Text File
|
1999-09-17
|
84b
|
5 lines
#!/bin/bash -
for i in /usr/lib/gcc-lib/i*86*linux*/*/cpp; do
exec "$i" "$@"
done